C1.LiveLinq.Collections Namespace : IndexedCollection<T> Class |
The following tables list the members exposed by IndexedCollection<T>.
Name | Description | |
---|---|---|
IndexedCollection<T> Constructor | Overloaded. |
Name | Description | |
---|---|---|
Count | (Inherited from System.Collections.ObjectModel.Collection<T>) | |
CreateNew | Gets or sets a delegate that is used to create new items. If it is null, a public parameterless constructor of type T is used. | |
Indexes | The collection of indexes for this IndexedCollection<T> | |
Item | (Inherited from System.Collections.ObjectModel.Collection<T>) |
Name | Description | |
---|---|---|
Add | (Inherited from System.Collections.ObjectModel.Collection<T>) | |
AddRange | Adds the elements of the specified collection to the end of the IndexedCollection<T> | |
BeginUpdate | Suspends notifications while massive changes are being made to the IndexedCollection<T>. | |
Clear | (Inherited from System.Collections.ObjectModel.Collection<T>) | |
Contains | (Inherited from System.Collections.ObjectModel.Collection<T>) | |
CopyTo | (Inherited from System.Collections.ObjectModel.Collection<T>) | |
EndUpdate | Ends notification suspension started with BeginUpdate. | |
GetEnumerator | (Inherited from System.Collections.ObjectModel.Collection<T>) | |
IndexOf | (Inherited from System.Collections.ObjectModel.Collection<T>) | |
Insert | (Inherited from System.Collections.ObjectModel.Collection<T>) | |
Remove | (Inherited from System.Collections.ObjectModel.Collection<T>) | |
RemoveAt | (Inherited from System.Collections.ObjectModel.Collection<T>) |